home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 17
/
CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso
/
CUCD
/
Utilities
/
db
/
Examples
/
ARexxDemos
/
multiview.db
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-01
|
318 b
|
17 lines
/* Rexxprogram for db that passes data in the current field to multiview */
/* By David Ekholm */
Options Results
BLOCKINPUT
GETFIELD
file = RESULT
IF RC = "0" THEN DO
IF EXISTS(file) THEN
ADDRESS COMMAND "run >nil: Multiview " '"'file'"'
ELSE
OKAY1 "`"file"' does not exist."
END
FREEINPUT